首页> 外文OA文献 >A New Parallel Algorithm for Two-Pass Connected Component Labeling
【2h】

A New Parallel Algorithm for Two-Pass Connected Component Labeling

机译:一种新的并行连通分量标签并行算法

代理获取
本网站仅为用户提供外文OA文献查询和代理获取服务,本网站没有原文。下单后我们将采用程序或人工为您竭诚获取高质量的原文,但由于OA文献来源多样且变更频繁,仍可能出现获取不到、文献不完整或与标题不符等情况,如果获取不到我们将提供退款服务。请知悉。

摘要

Connected Component Labeling (CCL) is an important step in patternrecognition and image processing. It assigns labels to the pixels such thatadjacent pixels sharing the same features are assigned the same label.Typically, CCL requires several passes over the data. We focus on two-passtechnique where each pixel is given a provisional label in the first passwhereas an actual label is assigned in the second pass. We present a scalable parallel two-pass CCL algorithm, called PAREMSP, whichemploys a scan strategy and the best union-find technique called REMSP, whichuses REM's algorithm for storing label equivalence information of pixels in a2-D image. In the first pass, we divide the image among threads and each threadruns the scan phase along with REMSP simultaneously. In the second phase, weassign the final labels to the pixels. As REMSP is easily parallelizable, weuse the parallel version of REMSP for merging the pixels on the boundary. Ourexperiments show the scalability of PAREMSP achieving speedups up to $20.1$using $24$ cores on shared memory architecture using OpenMP for an image ofsize $465.20$ MB. We find that our proposed parallel algorithm achieves linearscaling for a large resolution fixed problem size as the number of processingelements are increased. Additionally, the parallel algorithm does not make useof any hardware specific routines, and thus is highly portable.
机译:连接组件标签(CCL)是模式识别和图像处理中的重要步骤。它为像素分配标签,以便向具有相同特征的相邻像素分配相同的标签。通常,CCL需要对数据进行多次传递。我们专注于两次通过技术,其中在第一次通过中为每个像素赋予一个临时标签,而在第二次通过中分配一个实际标签。我们提出了一种可扩展的并行两遍CCL算法(称为PAREMSP),该算法采用了一种扫描策略以及一种称为REMSP的最佳联合查找技术,该技术使用REM的算法来存储a-D图像中像素的标签等效信息。在第一遍中,我们在线程之间划分图像,每个线程与REMSP一起同时运行扫描阶段。在第二阶段,将最终标签分配给像素。由于REMSP易于并行化,因此我们使用REMSP的并行版本来合并边界上的像素。我们的实验表明,PAREMSP的可扩展性在使用OpenMP的共享内存体系结构上使用24美元的内核实现了高达20.1美元的加速,图像大小为465.20 MB MB。我们发现,随着处理元素数量的增加,我们提出的并行算法可实现大尺寸固定问题尺寸的线性缩放。另外,并行算法不使用任何特定于硬件的例程,因此具有高度的可移植性。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
代理获取

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号